home *** CD-ROM | disk | FTP | other *** search
- InstrumentController = {
- ACTIONS = {
- organize:;
- detailModeChanged:;
- printInstrument:;
- changeZoom:;
- windowDidBecomeMain:;
- doubleClickOn:;
- set:;
- windowWillClose:;
- };
- OUTLETS = {
- printDescText;
- browser;
- detailMatrix;
- bufferList;
- instrumentNameText;
- browserWindow;
- controller;
- bufferForm;
- inspector;
- browserButton;
- mainScrollView;
- palette;
- externalBufferForm;
- unitGeneratorList;
- window;
- externalBufferButton;
- UGToCopy;
- dataView;
- zoomButton;
- mainView;
- connectToView;
- externalBufferWindow;
- };
- SUPERCLASS = Object;
- };
- InstrumentView = {
- ACTIONS = {
- };
- OUTLETS = {
- cutView;
- delegate;
- controller;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InstrumentWindow = {
- ACTIONS = {
- };
- OUTLETS = {
- controller;
- windowController;
- palette;
- viewRectList;
- };
- SUPERCLASS = Window;
- };
- ScoreController = {
- ACTIONS = {
- parse:;
- showInspector:;
- showPalette:;
- showInfo:;
- appDidInit:;
- newInstrument:;
- };
- OUTLETS = {
- palette;
- showPalette;
- inspector;
- instrumentList;
- infoPanel;
- newInstrument;
- };
- SUPERCLASS = Object;
- };
-